home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / TimeLine.dxr / 00010.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  4.6 KB  |  174 lines

  1. global gbarsprite, gslidersprite, returnframe, infoarea
  2.  
  3. on prepareMovie
  4.   set gbarsprite to 43
  5.   set gslidersprite to 45
  6.   set infoarea to 36
  7.   puppetSprite(gslidersprite, 1)
  8. end
  9.  
  10. on startMovie
  11.   if soundBusy(1) then
  12.     sound stop 1
  13.   end if
  14.   playthesound(1, "..\Audio\Music2.wav")
  15.   set returnlist to value(field "TimeLine Location")
  16.   if getProp(returnlist, #flag) = 1 then
  17.     set jumpframe to getProp(returnlist, #framenumber)
  18.     set the rect of sprite gslidersprite to getProp(returnlist, #slider)
  19.     put "[#FrameNumber:" && the frame & ", #Slider:" && the rect of sprite gslidersprite & ", #Flag: 0]" into field "TimeLine Location"
  20.     go(jumpframe)
  21.   end if
  22. end
  23.  
  24. on dragslider
  25.   set barleft to the left of sprite gbarsprite
  26.   set barright to the right of sprite gbarsprite
  27.   repeat while the mouseDown = 1
  28.     set mh to the mouseH
  29.     if mh <= barleft then
  30.       set the locH of sprite gslidersprite to barleft
  31.     else
  32.       if mh >= barright then
  33.         set the locH of sprite gslidersprite to barright
  34.       else
  35.         set the locH of sprite gslidersprite to mh
  36.       end if
  37.     end if
  38.     set sliderloc to the locH of sprite gslidersprite
  39.     set sliderloc to sliderloc - the left of sprite gbarsprite
  40.     set the locV of sprite gslidersprite to 480 - sliderloc
  41.     setframebyslider()
  42.     updateStage()
  43.   end repeat
  44. end
  45.  
  46. on setframebyslider
  47.   set sliderloc to the locH of sprite gslidersprite
  48.   if sliderloc = 213 then
  49.     go("D1")
  50.     exit
  51.   end if
  52.   set sliderloc to sliderloc - the left of sprite gbarsprite
  53.   set sliderloc to float(sliderloc)
  54.   set ratio to sliderloc / the width of sprite gbarsprite
  55.   set endframe to label("End")
  56.   set mtime to ratio * endframe
  57.   if mtime < 1 then
  58.     set mtime to 1
  59.   else
  60.     if mtime > endframe then
  61.       set mtime to endframe
  62.     else
  63.       go(integer(mtime))
  64.     end if
  65.   end if
  66. end
  67.  
  68. on setsliderbyframe
  69.   set ratio to the frame / 48
  70.   set sliderloc to integer(ratio * the width of sprite gbarsprite)
  71.   set sliderloc to sliderloc + the left of sprite gbarsprite
  72.   set the locH of sprite gslidersprite to sliderloc
  73. end
  74.  
  75. on othermenu menuname
  76.   global menuflag
  77.   set returnframe to the frame
  78.   puppetSprite(12, 1)
  79.   puppetSprite(45, 1)
  80.   puppetSprite(57, 1)
  81.   repeat with spriteNum = 15 to 30
  82.     puppetSprite(spriteNum, 1)
  83.   end repeat
  84.   set menuflag to 1
  85.   go(menuname)
  86. end
  87.  
  88. on gobackfromexit
  89.   puppetSprite(12, 0)
  90.   puppetSprite(57, 0)
  91.   updateStage()
  92.   go(returnframe)
  93. end
  94.  
  95. on showinfo
  96.   set mycursor to the number of member "hand"
  97.   set mycursormask to the number of member "hand mask"
  98.   puppetSprite(infoarea, 1)
  99.   if the mouseCast > 0 then
  100.     set mouseovermember to the name of the mouseMember
  101.     set mheadchar to chars(mouseovermember, 1, length(mouseovermember) - 1)
  102.     if the last char in mouseovermember = "B" then
  103.       set the memberNum of sprite infoarea to the number of member (mheadchar & "C")
  104.       if char 1 of mouseovermember = "F" then
  105.         cursor([mycursor, mycursormask])
  106.         if the mouseDown then
  107.           puppetSound(2, "Button")
  108.           updateStage()
  109.           toobjectmovie(chars(mouseovermember, 2, 7))
  110.         end if
  111.       else
  112.         cursor(-1)
  113.       end if
  114.     else
  115.       cursor(-1)
  116.       puppetSprite(infoarea, 0)
  117.     end if
  118.   end if
  119. end
  120.  
  121. on checkstate
  122.   global menuflag
  123.   repeat with spriteNum = 15 to 30
  124.     set the blend of sprite spriteNum to 100
  125.     if menuflag = 1 then
  126.       puppetSprite(spriteNum, 0)
  127.     end if
  128.   end repeat
  129.   set menuflag to 0
  130. end
  131.  
  132. on switchdynasty whichdynasty
  133.   case whichdynasty of
  134.     "D1":
  135.       puppetSprite(gslidersprite, 0)
  136.     "D2":
  137.       set the rect of sprite gslidersprite to rect(206, 461, 232, 487)
  138.     "D3":
  139.       set the rect of sprite gslidersprite to rect(234, 433, 260, 459)
  140.     "D4":
  141.       set the rect of sprite gslidersprite to rect(248, 419, 274, 445)
  142.     "D5":
  143.       set the rect of sprite gslidersprite to rect(256, 411, 282, 437)
  144.     "D6":
  145.       set the rect of sprite gslidersprite to rect(266, 401, 292, 427)
  146.     "D7":
  147.       set the rect of sprite gslidersprite to rect(275, 392, 301, 418)
  148.     "D8":
  149.       set the rect of sprite gslidersprite to rect(280, 387, 306, 413)
  150.     "D9":
  151.       set the rect of sprite gslidersprite to rect(289, 378, 315, 404)
  152.   end case
  153.   go(whichdynasty)
  154. end
  155.  
  156. on stopMovie
  157.   if the frame <> (marker("MainMenu") + 3) then
  158.     set currentframe to the frame
  159.   else
  160.     set currentframe to returnframe
  161.   end if
  162.   put "[#FrameNumber:" && currentframe & ",#Slider:" && the rect of sprite gslidersprite & ", #Flag: 1]" into field "TimeLine Location"
  163.   gobackpath()
  164. end
  165.  
  166. on toobjectmovie newfile
  167.   put newfile into field "Current Object"
  168.   go(1, "Object")
  169. end
  170.  
  171. on idle
  172.   soundwait(1, "..\Audio\Music2.wav")
  173. end
  174.